home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
space_dude.swf
/
scripts
/
frame_13
/
DoAction.as
Wrap
Text File
|
2007-01-12
|
266b
|
12 lines
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("/",c1);
domain = _url.substring(c1,c2);
if(domain == "www.dreamarcade.com" || domain == "216.55.181.4" || domain == "www.ultimatearcade.com")
{
gotoAndStop("hotlink");
}
else
{
gotoAndStop("good");
}